x86/vmx: Avoid using domain_crash_syncrhonous() in vmx_vmentry_failure()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 6 Feb 2018 12:01:08 +0000 (12:01 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 2 Aug 2018 09:10:43 +0000 (10:10 +0100)
commit499a76634d74f4ec663629fe85239e05d0352bb9
treef4850c50a970cba227ac09fa23e4fcf3d42ffa74
parent48dbb2dbe9d9f92a2890a15bb48a0598c065b9f8
x86/vmx: Avoid using domain_crash_syncrhonous() in vmx_vmentry_failure()

There is no need for the syncrhonous varient, as the vmentry failure path can
just return to processing softirqs.

This is in aid of trying to remove domain_crash_syncrhonous() from the
codebase.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/hvm/vmx/entry.S
xen/arch/x86/hvm/vmx/vmcs.c